Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the codemirror group with 3 updates #6026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the codemirror group with 3 updates: @codemirror/autocomplete, @codemirror/language and @codemirror/view.

Updates @codemirror/autocomplete from 6.18.3 to 6.18.4

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.4 (2024-12-17)

Bug fixes

Align the behavior of snippet completions with text completions in that they overwrite the selected text.

Commits
  • be72c42 Mark version 6.18.4
  • 62dead9 Make snippet completions overwrite the selected text
  • c323263 Remove peerDependencies from package.json
  • See full diff in compare view

Updates @codemirror/language from 6.10.6 to 6.10.7

Changelog

Sourced from @​codemirror/language's changelog.

6.10.7 (2024-12-17)

Bug fixes

Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.

Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.

Commits
  • 816c616 Mark version 6.10.7
  • 8b28e31 Improve behavior of syntax indentation on language boundaries
  • 28e0989 Further fix finding a parse state in StreamLanguage indent
  • e3ccab2 Fix an issue in StreamLanguage indentation
  • See full diff in compare view

Updates @codemirror/view from 6.35.3 to 6.36.1

Changelog

Sourced from @​codemirror/view's changelog.

6.36.1 (2024-12-19)

Bug fixes

Fix a crash in MatchDecorator when updating matches at the end of the document.

6.36.0 (2024-12-17)

Bug fixes

Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.

Fix an issue in MatchDecorator that caused it to fully rebuild its decorations on normal edits.

New features

View updates now have a viewportMoved flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.

Commits
  • 1118dff Mark version 6.36.1
  • 572ab76 Fix an update bug in MatchDecorator
  • 08b3af0 Mark version 6.36.0
  • 32aa0e8 Avoid match decorators doing a full rebuild on normal edits
  • 3a12a84 Add viewportMoved flag to view updates
  • 6d3f7ad Remove extra vertical margins around selection rectangles
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the codemirror group with 3 updates: [@codemirror/autocomplete](https://github.com/codemirror/autocomplete), [@codemirror/language](https://github.com/codemirror/language) and [@codemirror/view](https://github.com/codemirror/view).


Updates `@codemirror/autocomplete` from 6.18.3 to 6.18.4
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.3...6.18.4)

Updates `@codemirror/language` from 6.10.6 to 6.10.7
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.10.6...6.10.7)

Updates `@codemirror/view` from 6.35.3 to 6.36.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.35.3...6.36.1)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/language"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jorg-vr as a code owner December 23, 2024 12:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants